Miscellaneous utility methods. More...
#include <stdlib.h>#include <stdio.h>Functions | |
| void | initializeBuffer (unsigned char *buf, unsigned char len) |
| void | printBinary (unsigned char n) |
Miscellaneous utility methods.
Miscellaneous helper utilities.
| void initializeBuffer | ( | unsigned char * | buf, | |
| unsigned char | len | |||
| ) |
Fills the messagePartBuffer with DEADBEEF to aid in debugging
| void printBinary | ( | unsigned char | n | ) |
Prints a number in its binary form
1.6.3